Other Structures

The following structures are available globally.

  • Specifies that a Property has type T.

    Internally used by Swindler. You should not use this directly.

    See more

    Declaration

    Swift

    public struct OfType<T> : PropertyTypeSpec where T : Equatable
  • Used to specify that a Property has the type T?.

    Internally used by Swindler. You should not use this directly.

    See more

    Declaration

    Swift

    public struct OfOptionalType<T> : PropertyTypeSpec where T : Equatable